home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / misc / FetchRefs12.lha / FetchRefs / OldUser.ReadMe < prev    next >
Encoding:
Text File  |  1996-03-07  |  3.6 KB  |  84 lines

  1. Welcome to FetchRefs 1.2!
  2. =========================
  3.  
  4. This file describes changes since version 1.1.
  5.  
  6. First off, thanks to  those  who  have  sent  me  greetings,  suggestions,
  7. comments,  and ARexx scripts. I really appreciate it. I hope you all still
  8. like FetchRefs and that you will  like  this  new  version  even  more.  A
  9. special  'thank  you'  to Kasper B. Graversen for all his comments and his
  10. testing.
  11.  
  12. I know it has been a long time since I released version  1.1  but  I  have
  13. been  quite  satisfied  with FetchRefs as it was. However, some time ago I
  14. digged the source out and slowly started to implement the  few  ideas  and
  15. suggestions  I  had.  As  I  did  this,  more  ideas  came  to  mind and I
  16. implemented them as well. I must say that  I  am  very  pleased  with  the
  17. result.  Though  FetchRefs  is  not  much more powerful than before, a few
  18. optimizations and small new features make FetchRefs faster and much  nicer
  19. to use.
  20.  
  21. I have  no  reliable  UseNet  or  FidoNet  address  at  this  time.  As  a
  22. consequence, I have had no real beta testers on this version. Hopefully it
  23. is  stable  enough  anyway.  See  the  'Author'  section   of   the   file
  24. 'FetchRefs_General.guide' for ways to contact me (including a friend's net
  25. addresses).
  26.  
  27. Many things have changed since version 1.1 but here is a list of the  more
  28. important changes in the FetchRefs package:
  29.  
  30.  · Manual cleaned up a bit and split in three parts: General, FetchRefs,
  31.    and GenerateIndex. Hopefully this will make more people read it ;-).
  32.  
  33.  · Improved speed and less fragmenting due to the use of memory pools.
  34.  
  35.  · On-line help. This requires you to have 'FetchRefs_FR.guide' and
  36.    'FetchRefs_GI.guide' in a drawer that is in your 'AmigaGuide/path'
  37.    environment variable. Then simply press the 'Help' key with the mouse
  38.    pointer over whatever you want help for. This will open the guide at
  39.    the most appropiate place.
  40.  
  41.  · Scripts for Edge (by Jon Rocatis), FrexxEd (by Mogens Isager), and
  42.    EMACS (by  David  Luebbren)  included. Thanks to the authors for
  43.    supplying them! The other scripts have been changed/improved a bit so
  44.    be sure to install a new version.
  45.  
  46.  · Scripts for AmokEd and DME removed. I consider these editors out of
  47.    date.
  48.  
  49. FetchRefs
  50. ¯¯¯¯¯¯¯¯¯
  51.  · The "Select reference" window has a string gadget to edit the search
  52.    pattern. The listview is updated when you press Enter in this gadget.
  53.  
  54.  · The "Select reference" window will open if the cursor is on a space
  55.    character when you call the ARexx script. Combined with the above
  56.    mentioned feature you can enter a search pattern without messing up
  57.    your source code if you want to fetch something that is not currently
  58.    in your view. Some had implemented this in ARexx scripts.
  59.  
  60.  · The "Select reference" window has a new gadget, 'List file' which will
  61.    list all references in the file of the selected reference.
  62.  
  63.  · The RUNONCE argument is removed and this feature is now always active.
  64.  
  65. GenerateIndex
  66. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  67.  · Scanner system optimized (I have e.g. measured six times faster
  68.    scanning of AutoDocs!). Assembler scanner was fixed during this rewrite
  69.    as it apparently was quite unreliable, though nobody reported this.
  70.  
  71.  · C scanner ignores comments.
  72.  
  73.  · The contents of listviews are sorted alphabetically to ease searching.
  74.  
  75.  · New gadget, 'Rescan all'. This will simply scan all the already scanned
  76.    files again, but with the options that are set when 'Rescan all' is
  77.    pressed.
  78.  
  79.  · The old one will be deleted if you scan ('Add...' gadget has been
  80.    renamed to 'Scan...') a file that is already in the list. Makes it much
  81.    easier to rescan just a part of an index file.
  82.  
  83. -And
  84.